* decompress.c: Minor simplifications.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Aug 2013 21:17:09 +0000 (14:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Aug 2013 21:17:09 +0000 (14:17 -0700)
commitd657f719b2a682e19d80e4b7cffd82aa9fd45aaa
tree39f9839b241c5b4348da0aa3380995260b4b709c
parentfb445c4af99639764177b1a22176a5732e9a1ab0
* decompress.c: Minor simplifications.

(Fzlib_decompress_region): Don't bother verifying
that avail_out <= UINT_MAX, as that was confusing.
Mention the restriction in a comment instead.
Prefer 'int' to 'ptrdiff_t' when 'int' is wide enough.
src/ChangeLog
src/decompress.c